TABLE.EXTERNAL_INDEX_DEF_ENUM Function

Syntax

Information_List as C = External_Index_External_Def_Enum(C tablename,C format)

Arguments

tablename

The name of a table.

format

Character

"E" = Error
"P" = Filename
"O" = Order
"F" = Filter
"X" = All flags
"U" = Unique
"D" = Descending
"I" = Insensitive
"T" = Type

Description

Retrieve all tags a table or setname and description - format A=Active E=Error N=Name P=Filename O=order,F=filter,X=all flags, U=nique, D=escending, I=Insensitive T=Type.

Discussion

The TABLE.EXTERNAL_INDEX_DEF_ENUM() method returns lists of information about table indexes.

Example

put description here

? table.external_index_def_enum("product","N")
= "DescriptioProduct_I0Product_IdVendor"
? table.external_index_def_enum("invoice_header", "P")
= "C:\DATABASES\EXPRESSIONS TEST\INVOICE_HEADER.CDXC:\DATABASES\EXPRESSIONS TEST\INVOICE_HEADER.CDXC:\DATABASES\EXPRESSIONS
TEST\INVOICE_HEADER.CDXC:\DATABASES\EXPRESSIONS TEST\INVOICE_HEADER.CDXC:\DATABASES\EXPRESSIONS TEST\INVOICE_HEADER.CDX"

See Also